home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Shareware City / Developers / Prograph Classic Freeware / Prograph Classic 2.6.1 / Prograph Classic 2.6.1.rsrc / STR#_968.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  394 b   |  9 lines

  1. Inputs: Application; WindowName | WindowIndex
  2. Outputs: FoundIndex | FoundName; FoundWindow
  3.  
  4. Inputs: ¬´Application¬ª; string | integer
  5. Outputs: integer | string; ¬´Window¬ª | NULL
  6.  
  7. Given WindowName, search attribute "window lib" of Application for a Window named WindowName; return FoundIndex and FoundWindow or 0 and NULL if not found.  If WindowIndex given, return FoundName and FoundWindow.
  8.  
  9.